var runtime.allgs

10 uses

	runtime (current package)
		proc.go#L643: 	allgs    []*g
		proc.go#L667: 	allgs = append(allgs, gp)
		proc.go#L668: 	if &allgs[0] != allgptr {
		proc.go#L669: 		atomicstorep(unsafe.Pointer(&allgptr), unsafe.Pointer(&allgs[0]))
		proc.go#L671: 	atomic.Storeuintptr(&allglen, uintptr(len(allgs)))
		proc.go#L686: 	return allgs[:len(allgs):len(allgs)]
		proc.go#L706: 	for _, gp := range allgs {